home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #14 / Monster Media No. 14 (April 1996) (Monster Media, Inc.).ISO / prog_d / qrep097a.zip / QRTEMPL.DFM / QRTEMPL.txt
Text File  |  1995-10-05  |  2KB  |  98 lines

  1. object QuickReport: TQuickReport
  2.   Left = 200
  3.   Top = 101
  4.   Width = 789
  5.   Height = 174
  6.   HorzScrollBar.Range = 2000
  7.   VertScrollBar.Range = 2000
  8.   AutoScroll = False
  9.   Caption = 'QuickReport'
  10.   Font.Color = clBlack
  11.   Font.Height = -13
  12.   Font.Name = 'Arial'
  13.   Font.Style = []
  14.   PixelsPerInch = 96
  15.   TextHeight = 16
  16.   object TitleBand: TQRBand
  17.     Left = 0
  18.     Top = 0
  19.     Width = 2000
  20.     Height = 37
  21.     Align = alTop
  22.     BandType = rbTitle
  23.     Color = clWhite
  24.     ForceNewPage = False
  25.     Frame.Width = 0
  26.     Ruler = qrrInchesHV
  27.     object QRSysData1: TQRSysData
  28.       Left = 0
  29.       Top = 0
  30.       width = 171
  31.       height = 37
  32.       AlignToBand = False
  33.       AutoSize = False
  34.       Data = qrsReportTitle
  35.       Font.Color = clBlack
  36.       Font.Height = -32
  37.       Font.Name = 'Arial'
  38.       Font.Style = [fsBold]
  39.       Transparent = True
  40.     end
  41.   end
  42.   object DetailBand: TQRBand
  43.     Left = 0
  44.     Top = 37
  45.     Width = 2000
  46.     Height = 24
  47.     Align = alTop
  48.     BandType = rbDetail
  49.     Color = clWhite
  50.     ForceNewPage = False
  51.     Frame.Width = 0
  52.     Ruler = qrrCmV
  53.   end
  54.   object PageFooterBand: TQRBand
  55.     Left = 0
  56.     Top = 61
  57.     Width = 2000
  58.     Height = 28
  59.     Align = alTop
  60.     BandType = rbPageFooter
  61.     Color = clWhite
  62.     ForceNewPage = False
  63.     Frame.Width = 0
  64.     Ruler = qrrNone
  65.     object DateTimeLabel: TQRSysData
  66.       Left = 4
  67.       Top = 12
  68.       width = 128
  69.       height = 16
  70.       AlignToBand = True
  71.       AutoSize = False
  72.       Data = qrsDateTime
  73.       Text = 'Printet at '
  74.     end
  75.     object PageNumberLabel: TQRSysData
  76.       Left = 679
  77.       Top = 12
  78.       width = 79
  79.       height = 16
  80.       Alignment = taRightJustify
  81.       AlignToBand = True
  82.       AutoSize = False
  83.       Data = qrsPageNumber
  84.       Text = 'Page '
  85.     end
  86.   end
  87.   object Rep: TQuickReport
  88.     DisplayPrintDialog = False
  89.     LeftMarginInches = 0
  90.     LeftMarginMM = 0
  91.     Orientation = poPortrait
  92.     ReportTitle = 'QuickReport template'
  93.     RestartData = True
  94.     SQLCompatible = False
  95.     Top = 100
  96.   end
  97. end
  98.